mspriteset(1, 1, 1, 0, the number of cast (chars(syearstr, 1, 5) & sxx), 320, 240)
puppetTransition(23)
go("OUT")
unLoadCast()
end
on mframelabelchk movietail, flmonth
if (flmonth = "JAN") or (flmonth = "FEB") or (flmonth = "MAR") or (flmonth = "APR") or (flmonth = "MAY") or (flmonth = "JUN") or (flmonth = "JUL") or (flmonth = "AUG") or (flmonth = "SEP") or (flmonth = "OCT") or (flmonth = "NOV") or (flmonth = "DEC") then
return "_TX"
else
if movietail = "_00" then
return movietail
else
if (movietail = "_YN") or (movietail = "_TM") then
return "_YN"
else
if (movietail = "_BW") or (movietail = "_FN") then
return "_BW"
else
if the frameLabel = "IN" then
return chars(syearstr, 6, 8)
else
return "_TX"
end if
end if
end if
end if
end if
end
on mgotopastyear
if chars(syearstr, 1, 5) = "G1986" then
else
put getPos(lyearlist, value(chars(syearstr, 2, 5)) - 1)
put getPropAt(lyearlist, getPos(lyearlist, value(chars(syearstr, 2, 5)) - 1))
set syearstr to chars(string(getPropAt(lyearlist, getPos(lyearlist, value(chars(syearstr, 2, 5)) - 1))), 1, 5) & chars(syearstr, 6, 12)